home *** CD-ROM | disk | FTP | other *** search
- object SectorDialog: TSectorDialog
- Left = 227
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Select sector range'
- ClientHeight = 249
- ClientWidth = 370
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 218
- Width = 61
- Height = 13
- Caption = 'Size to scan:'
- end
- object LabelSize: TLabel
- Left = 88
- Top = 218
- Width = 73
- Height = 13
- AutoSize = False
- Caption = 'LabelSize'
- end
- object OKBtn: TButton
- Left = 284
- Top = 24
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 284
- Top = 90
- Width = 75
- Height = 27
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 20
- Width = 249
- Height = 89
- Caption = 'Start sector'
- TabOrder = 2
- object TrackBarStartSec: TTrackBar
- Left = 8
- Top = 20
- Width = 237
- Height = 37
- Max = 50
- Orientation = trHorizontal
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackBarStartSecChange
- end
- object EditStartSec: TEdit
- Left = 20
- Top = 56
- Width = 61
- Height = 21
- TabOrder = 1
- Text = 'EditStartSec'
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 114
- Width = 249
- Height = 89
- Caption = 'End sector'
- TabOrder = 3
- object TrackBarEndSec: TTrackBar
- Left = 8
- Top = 20
- Width = 237
- Height = 37
- Max = 50
- Orientation = trHorizontal
- Frequency = 1
- Position = 50
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackBarEndSecChange
- end
- object EditEndSec: TEdit
- Left = 20
- Top = 60
- Width = 65
- Height = 21
- TabOrder = 1
- Text = 'EditEndSec'
- end
- end
- object Button1: TButton
- Left = 284
- Top = 56
- Width = 75
- Height = 25
- Caption = 'Apply'
- TabOrder = 4
- OnClick = Button1Click
- end
- end
-